.IOwrap {
	position:relative;
	clear: both;
	margin: auto auto 10%;
}
.IOwrap img {
	width:100%;
	height:auto;
	

}
.IOcaption {
	position:absolute;
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
	background-color: rgba(0,0,0,0.2188054);
 transition: all 0.5s ease;

-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 3px rgba(50, 50, 50, 0.3);

}
.IOcaption:hover{
	background-color: rgba(0,0,0,0.3);
 transition: all 0.5s ease;
}

.IOcaption-inner {
	display:table;
	width: 100%;
	height:100%;
}
.IOcaption-content {
	display: table-cell;
	vertical-align:middle;
	}

.IOcaption-content {
	
	text-align: center;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 200;
	text-shadow: #535353 0 2px 3px;
	color: #fff;
}
.IOcaption-content h1{
	font-size: 30px;
	line-height: 60px;
	font-weight: 200;
}
.IOcaption-content p{
	font-size: 38px;
	line-height:38px;
		font-weight: 300;
}